home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / drcb.h < prev    next >
Text File  |  1996-07-10  |  214b  |  10 lines

  1.      struct drcb {
  2.      /* Deallocate RCB record.
  3.       * This record the PS send to the RM to
  4.       * propouse of deallocation the selected RCB
  5.       */
  6.  
  7.        void *p_tcb;
  8.        void *p_rcb;
  9.        };
  10.